func crypto/tls.signedMessage
5 uses
crypto/tls (current package)
auth.go#L112: func signedMessage(context string, transcript hash.Hash) []byte {
handshake_client_tls13.go#L668: signed := signedMessage(serverSignatureContext, hs.transcript)
handshake_client_tls13.go#L789: signed := signedMessage(clientSignatureContext, hs.transcript)
handshake_server_tls13.go#L865: signed := signedMessage(serverSignatureContext, hs.transcript)
handshake_server_tls13.go#L1097: signed := signedMessage(clientSignatureContext, hs.transcript)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |